java double[][] - display as image
Posted
by joe_shmoe
on Stack Overflow
See other posts from Stack Overflow
or by joe_shmoe
Published on 2010-05-10T19:12:38Z
Indexed on
2010/05/10
20:04 UTC
Read the original article
Hit count: 357
Hi all,
just wondering if there is a simple way in java to display the contents of say 16x16 array of doubles [0..1] as a greyscale image (ala matlab)? using an unfamiliar matrix library, so I'd like to check that I'm on the right track. don't really care if it is slow or ugly, or if it requires external library - it's just there for a quick look, so as long as it works, I'm fine.
© Stack Overflow or respective owner